Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[net8] Use new collection initializers #521

Merged
merged 2 commits into from
Oct 13, 2023
Merged

[net8] Use new collection initializers #521

merged 2 commits into from
Oct 13, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR updates code to use the new collection initializer style. This addresses build errors when using the net8 compiler. Due to the new syntax, net8 compiler must be used to compile the code.

@viceroypenguin viceroypenguin added this to the Future milestone Oct 13, 2023
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (8a467ee) 93.04% compared to head (5af8a40) 93.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #521      +/-   ##
==========================================
+ Coverage   93.04%   93.05%   +0.01%     
==========================================
  Files         253      253              
  Lines        8184     8184              
  Branches     1635     1635              
==========================================
+ Hits         7615     7616       +1     
+ Misses        356      355       -1     
  Partials      213      213              
Files Coverage Δ
Source/SuperLinq/ToArrayByIndex.cs 100.00% <100.00%> (ø)
Source/SuperLinq/ToDataTable.cs 92.64% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@viceroypenguin viceroypenguin merged commit 43399c2 into master Oct 13, 2023
3 checks passed
@viceroypenguin viceroypenguin modified the milestones: Future, 5.3.0 Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant